A theme used to style the windows in the component. More...
Public Member Functions | |
Theme () | |
~Theme () | |
nkMemory::StringView | getName () const |
ThemeColors & | getColors () |
const ThemeColors & | getColors () const |
void | setName (const nkMemory::StringView &name) |
A theme used to style the windows in the component.
nkWinUi::Theme::Theme | ( | ) |
Constructor.
nkWinUi::Theme::~Theme | ( | ) |
Destructor.
nkMemory::StringView nkWinUi::Theme::getName | ( | ) | const |
ThemeColors& nkWinUi::Theme::getColors | ( | ) |
const ThemeColors& nkWinUi::Theme::getColors | ( | ) | const |
void nkWinUi::Theme::setName | ( | const nkMemory::StringView & | name | ) |
Sets the name of the theme. Used internally by the ThemeManager.
name | The name to set. |